Destructors are also called when the program exits 程序退出時也會調用析構函數(shù)。
The result of the query is displayed and the program exits 顯示了查詢結果并退出程序。
Option is followed by more than one argument , an error message is generated and the program exits 選項后有多個參數(shù),將生成錯誤消息并退出程序。
Causes the program to continue until it encounters a breakpoint , the program exits , or an event causes the program to stop for example , an unhandled exception 讓程序繼續(xù)執(zhí)行,直至遇到斷點、程序退出代碼或導致程序停止的事件(例如,未處理的異常) 。